@charset "utf-8";

/* flexslider */
.flexslider{position:relative;height:500px;overflow:hidden;background:url(../img/loading.gif) center no-repeat;}
.slides{position:relative; z-index:1;}
.slides li{height:500px; background-position: center 0px; background-repeat: no-repeat;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:15px;height:15px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:15px;height:15px;line-height:40px;overflow:hidden;background:url(../img/banner_ot.png) no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{ background:url(../img/banner_cur.png) no-repeat;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:40%;}
.flex-direction-nav li a{display:block;width:40px;height:100px;overflow:hidden;cursor:pointer;position:absolute;filter:alpha(opacity=30); -moz-opacity:0.3;opacity:0.3;}
.flex-direction-nav li a.flex-prev{left:10px;background:#000 url(../images/arrow-l.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:10px;background:#000 url(../images/arrow-r.png) center center no-repeat;}
.flex-direction-nav li a:hover{filter:alpha(opacity=60); -moz-opacity:0.6;opacity:0.6;}
